Skip to content

Commit cef8316

Browse files
committed
upload fix
1 parent 7775951 commit cef8316

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ CRMEB开源商城Java版:https://gitee.com/ZhongBangKeJi/crmeb_java
8686

8787
### 📱 系统演示
8888

89-
![输入图片说明](readme/pic/公众号.jpg)
89+
![输入图片说明](readme/pic/contact.jpg)
9090

9191
管理后台: http://v5.crmeb.net/admin
9292

@@ -245,12 +245,17 @@ Apache License 2.0 是一种宽松的开源许可,允许人们自由使用、
245245
All rights reserved。
246246

247247
CRMEB® 商标和著作权所有者为西安众邦网络科技有限公司。
248-
249248
---
250249

251-
### 📕 多商户PHP
250+
### 📕 CRMEB PRO版
251+
252+
[![输入图片说明](readme/pic/PRO版.jpg)](https://www.crmeb.com/index/pro)
253+
254+
255+
256+
### 📕 CRMEB 多商户版
252257

253-
[![输入图片说明](readme/pic/多商户PHP.jpg)](https://www.crmeb.com/index/merchant)
258+
[![输入图片说明](readme/pic/duoshanghu.jpg)](https://www.crmeb.com/index/merchant)
254259

255260
---
256261

crmeb/app/jobs/MiniOrderJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ public function doJob(string $out_trade_no, int $logistics_type, array $shipping
1919
{
2020
try {
2121
MiniOrderService::shippingByTradeNo($out_trade_no, $logistics_type, $shipping_list, $payer_openid, $path, $delivery_mode, $is_all_delivered);
22-
return true;
2322
} catch (HttpException $e) {
2423
// 订单异常处理
2524
throw new HttpException($e);
2625
}
26+
return true;
2727
}
2828
}

crmeb/backup/filetree.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
数据备份目录

readme/pic/PRO版.jpg

578 KB
Loading

readme/pic/contact.jpg

246 KB
Loading

readme/pic/duoshanghu.jpg

410 KB
Loading

0 commit comments

Comments
 (0)