瀏覽代碼

Merge branch 'master' of dq/kmall-pt into master

黄亚琴 6 年之前
父節點
當前提交
e5439b8799

+ 1 - 1
kmall-common/src/main/java/com/kmall/common/controller/pay/data/open/PlatDataOpen.java

@@ -41,7 +41,7 @@ public class PlatDataOpen {
      * @return
      */
     @RequestMapping("/platDataOpen")
-    public ResponseMsg platDataOpen(@RequestParam String openReq) {
+    public ResponseMsg platDataOpen(@RequestParam(required = false) String openReq) {
         if (StringUtils.isBlank(openReq)) {
             return ResponseMsg.builder().setCode(ResponseMsg.ERROR_CODE)
                     .setMessage("请求openReq为空").build();