|
|
@@ -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';
|