mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-30 20:45:33 +08:00
【新增】抖店优先发货对接
【新增】抖店优质快递对接 【新增】抖店加价发顺丰对接 【新增】抖店顺丰包邮支持协商更换物流
This commit is contained in:
@@ -128,6 +128,17 @@ class ome_auth_config
|
||||
'node_id' => '节点',
|
||||
),
|
||||
),
|
||||
'b2b' =>
|
||||
array(
|
||||
'label' => 'B2B',
|
||||
'desc' => 'B2B平台对接',
|
||||
'params' =>
|
||||
array(
|
||||
'b2b_url' => 'API地址',
|
||||
'b2b_response_secret' => 'RESPONSE SECRET',
|
||||
'node_id' => '节点',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
foreach (ome_shop_type::get_shop_type() as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user