| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | <?phpreturn [    'mall_order_pay' => [        'tid' => '30808',        'content' => [            ['订单编号', '{order_no}', 'character_string1'],            ['下单时间', '{create_time}', 'time2'],            ['商品名称', '{body}', 'thing4'],            ['订单金额', '{order_money}', 'amount3'],        ],        'kid_list' => [1, 2, 4, 3],        'scene_desc' => '订单支付之后通知',        'tips' => '使用该消息请在小程序的服务类目中添加类目:一级类目:商业服务 二级类目:软件/建站/技术开发'    ],    'mall_order_delivery' => [        'tid' => '30766',        'content' => [            ['订单编号', '{order_no}', 'character_string2'],            ['商品名称', '{body}', 'thing1'],            ['订单金额', '{order_money}', 'amount7'],            ['发货时间', '{delivery_time}', 'date3'],        ],        'kid_list' => [2, 1, 7, 3],        'scene_desc' => '订单发货通知',        'tips' => '使用该消息请在小程序的服务类目中添加类目:一级类目:商业服务 二级类目:软件/建站/技术开发'    ],    'mall_refund_agree' => [        'tid' => '30825',        'content' => [            ['订单编号', '{order_no}', 'character_string3'],            ['退款金额', '{refund_money}', 'amount1'],            ['申请结果', '{result}', 'phrase7'],        ],        'kid_list' => [3, 1, 7],        'scene_desc' => '商家同意退款',        'tips' => '使用该消息请在小程序的服务类目中添加类目:一级类目:商业服务 二级类目:软件/建站/技术开发'    ],    'mall_refund_refuse' => [        'tid' => '30825',        'content' => [            ['订单编号', '{order_no}', 'character_string3'],            ['退款金额', '{refund_money}', 'amount1'],            ['申请结果', '{result}', 'phrase7'],        ],        'kid_list' => [3, 1, 7],        'scene_desc' => '商家拒绝退款',        'tips' => '使用该消息请在小程序的服务类目中添加类目:一级类目:商业服务 二级类目:软件/建站/技术开发'    ]];
 |