fix: 修复微信支付回跳刷新与查单确认
This commit is contained in:
@@ -163,6 +163,16 @@ impl From<module_runtime::RuntimeProfileRechargeCenterGetInput>
|
||||
}
|
||||
}
|
||||
|
||||
impl From<module_runtime::RuntimeProfileRechargeOrderGetInput>
|
||||
for RuntimeProfileRechargeOrderGetInput
|
||||
{
|
||||
fn from(input: module_runtime::RuntimeProfileRechargeOrderGetInput) -> Self {
|
||||
Self {
|
||||
order_id: input.order_id,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl From<module_runtime::RuntimeProfileRechargeOrderCreateInput>
|
||||
for RuntimeProfileRechargeOrderCreateInput
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user