|
@ApiParam(name = "appletCode", value = "费用金额")
|
|
@ApiParam(name = "appletCode", value = "费用金额")
|
|
@RequestParam(value = "appletCode", required = false) String appletCode) {
|
|
@RequestParam(value = "appletCode", required = false) String appletCode) {
|
|
return ObjEnvelop.getSuccess("请求成功",payService.cloudWxPay(relationCode,relationName,orderType,patient,doctor,fee,depositType, appletCode));
|
|
return ObjEnvelop.getSuccess("请求成功",payService.cloudWxPay(relationCode,relationName,orderType,patient,doctor,fee,depositType, appletCode));
|