1. 新增药品的ERP抓取数量倍数
This commit is contained in:
@@ -120,7 +120,7 @@ JJvBfLfudYNUjUCyW3gAcOIJ
|
||||
'publicKeyFilePath' => '/www/certs/efps.cer', //公钥
|
||||
'signType' => 'RSA2',
|
||||
// 'pay_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/notify',
|
||||
'pay_notify_url' => 'https://api.xiaokang88.com/callback/eplpay/notify',
|
||||
'pay_notify_url' => env('PAY_NOTIFY_URL'),
|
||||
'refund_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/refund-notify',
|
||||
'withdraw_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/withdraw-notify'
|
||||
],
|
||||
|
||||
15
common/models/newDb/DeliveryWarehouseModel.php
Normal file
15
common/models/newDb/DeliveryWarehouseModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace common\models\newDb;
|
||||
|
||||
/**
|
||||
* 配送仓库主体(新库)
|
||||
* 供会员端订单详情回填仓名使用
|
||||
*/
|
||||
class DeliveryWarehouseModel extends \common\core\BaseNewActiveRecord
|
||||
{
|
||||
public static function tableName()
|
||||
{
|
||||
return 'xk_delivery_warehouse';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user