作者 刘朕

修改

... ... @@ -229,7 +229,7 @@ class MemberSalesController extends HomeBaseController
];
$url = url('portal/Order/to_pay',[],true,true);
$short_url = json_decode(file_get_contents('http://suo.im/api.php?format=json&url='.urlencode($url)),true)['url'];
$text = '订单确认码:'.Session::get('user_sale.number').'.点击'.$short_url.'/或关注【宛林游乐】完成支付.详询4001107575.';
$text = '订单确认码:'.Session::get('user_sale.number').'.点击 '.$short_url.' 或关注【宛林游乐】完成支付.详询4001107575.';
$this->sendSMSS($mobile,$text);
$numberList = $this->order_model->where($order_where)->column('number');
Cache::set('number',$numberList);
... ...
... ... @@ -7,7 +7,7 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => 'rm-m5eblhc9o3515i25n.mysql.rds.aliyuncs.com',
'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
// 数据库名
'database' => 'qiaohu',
// 用户名
... ...
... ... @@ -42,8 +42,8 @@
<th>发货时间</th>
<th>版本</th>
<th>快递单号</th>
<th width="130">更新时间</th>
<th width="130">发布时间</th>
<th width="130">更新时间</th>
<th width="120">操作</th>
</tr>
</thead>
... ...
... ... @@ -34,7 +34,7 @@
<p class="num_detail" id="current{$key}">{$vo.express}</p>
<p class="num_text">运单号</p>
</div>
<div class="order_data">发货日期 <span class="data_detail">{$vo['send_time']}</span><span class="data_month">{$vo.version}</span></div>
<div class="order_data">发货日期 <span class="data_detail">{:date('Y-m-d',strtotime($vo['send_time']))}</span><span class="data_month">{$vo.version}</span></div>
</div>
</div>
</volist>
... ...