作者 lihan
1 个管道 的构建 通过 耗费 38 秒

物流地址

... ... @@ -60,6 +60,7 @@
<thead>
<tr>
<th>订单号</th>
<th>微信商户订单号</th>
<th>下单用户</th>
<th>收货人</th>
<th>收货手机号</th>
... ... @@ -77,6 +78,7 @@
<foreach name="all" item="vo">
<tr>
<td>{$vo.order_num}</td>
<td>{$vo.out_trade_no}</td>
<td>{$vo['user_nickname']}</td>
<td>{$vo.name}</td>
<td>{$vo.mobile}</td>
... ...