qin 1 год назад
Родитель
Сommit
957e750b7b

+ 3 - 3
src/main/java/com/poteviohealth/ym/ipos/controller/MerchantController.java

@@ -52,10 +52,10 @@ public class MerchantController  extends BaseWebController {
     @OperationLog(type = OperateType.SELECT, description ="绑定终端")
     public VaultsResponse bindPos() {
         BindDto bd = new BindDto();
-        bd.setAppId("wx31cd5ff619b017f7");
-        bd.setPosId("ZKY");
+        bd.setAppId("wx0d821c4bde0e44b7");
+        bd.setPosId("CHECG");
         bd.setStoreId("19");
-        bd.setName("(ZKY)秦鹏飞");
+        bd.setName("(CHECG)中国康养");
         return paymentService.bindPos(bd);
     }