|
|
@@ -842,7 +842,7 @@ class StoreOrder extends BaseModel
|
|
|
if ($openid = WechatUser::where('uid', $order['uid'])->value('routine_openid')) {
|
|
|
MiniProgramService::sendSubscribeTemlate($openid, 'utyQMQe5vfiJt1CA3-Q3JnGd2_dQ3mdyY0K44Gpaut4',
|
|
|
[
|
|
|
- 'thing2' => self::getSubstrUTf8(self::getProductTitle($order['cart_id'])),
|
|
|
+ 'thing2' => self::getSubstrUTf8(self::getProductTitle($order['cart_id']), 8),
|
|
|
'amount3' => $order['total_price'],
|
|
|
'number4' => $order['total_num'],
|
|
|
'thing6' => $order['pay_price'],
|