shish vor 5 Monaten
Ursprung
Commit
6dcacc4b0b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -59,7 +59,7 @@ class TestController extends BaseController
         $ghsShopId = 7855;
         $ghsShop = ShopClass::getById($ghsShopId, true);
         if (empty($ghsShop)) {
-            util::fail('没有找到供货商门店');
+            util::fail('没有找到供货商门店');
         }
         $refundFee = bcmul(64, 100);
         $merchantPrivateKeyPath = Yii::getAlias("@vendor/lakala") . '/production/api_private_key.pem';