‘linchangsheng’ 4 tháng trước cách đây
mục cha
commit
733c205286

+ 1 - 1
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/order/PayOrderLogic.java

@@ -1232,7 +1232,7 @@ public class PayOrderLogic {
         workerOrder.setOpenId(currentCompanyWechat.getUser().getMiniOpenId());
 
         if (StringUtil.isEmpty(workerOrder.getOpenId())){
-            throw new RemoteServiceException("用户身份Oppid获得失败,请重新进入小程序,授权用户信息,发起支付");
+            throw new RemoteServiceException("师傅身份Oppid获得失败,请重新进入小程序,授权用户信息,发起支付");
         }
 
         if (!StringUtil.isEmpty(orderIdNew)) {