소스 검색

报单中心

max 11 달 전
부모
커밋
4f6c55daac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontendApi/modules/v1/controllers/ShopController.php

+ 1 - 0
frontendApi/modules/v1/controllers/ShopController.php

@@ -245,6 +245,7 @@ class ShopController extends BaseController {
             if($userInfo['IS_DEC'] == 1 && !empty($post['userName']) && $post['userName'] != $userInfo['USER_NAME']){
                 return static::notice(Yii::t('app', 'stockistDoesNotExist'), 400);
             }
+
             if(!empty($post['userName'])){
                 return static::notice(Yii::t('app', 'decUserNameIsWrong'), 400);
             }