浏览代码

云照护微信支付

wangzhinan 1 年之前
父节点
当前提交
09ac19db7c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      svr/svr-cloud-care/src/main/java/com/yihu/jw/care/endpoint/patient/PayEndpoint.java

+ 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);