Browse Source

云照护微信支付

wangzhinan 1 năm trước cách đây
mục cha
commit
09ac19db7c

+ 1 - 0
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/endpoint/patient/PayEndpoint.java

@ -201,6 +201,7 @@ public class PayEndpoint extends EnvelopRestEndpoint {
            @ApiParam(name = "appletCode", value = "费用金额")
            @RequestParam(value = "appletCode", required = false) String appletCode) {
        try{
            return ObjEnvelop.getSuccess("请求成功",payService.cloudWxPay(relationCode,relationName,orderType,patient,doctor,fee,depositType, appletCode));
        }catch (Exception e){
            return failedObjEnvelopException2(e);