作者 郭文星

123

... ... @@ -97,11 +97,11 @@ class Index extends Api
{
$wxopenid="oYhYi6fEAxSnlAV1qNm2BwaJdQOQ";
$sendInfo = array(
'first' => array('value' => "123123", 'color' => "#743A3A"),
'thing2' => array('value' => "123123", 'color' => '#173177'),
'first' => array('value' => "123111111123", 'color' => "#743A3A"),
'thing2' => array('value' => "行程", 'color' => '#173177'),
'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', time())), 'color' => '#173177'),
'thing7' => array('value' =>"123123", 'color' => '#173177'),
'phone_number5' => array('value' => "123123123", 'color' => '#173177'),
'thing7' => array('value' =>"乘车地点", 'color' => '#173177'),
'phone_number5' => array('value' => "13529343345", 'color' => '#173177'),
);
if ($wxopenid) {
$config = get_addon_config('wechat');
... ...