钉钉消息通知

parent 32486097
......@@ -28,13 +28,12 @@ class HomeController extends Controller
{
// $data = [
// 'name'=>rand(100,100000),
// 'inquiry_sn'=>rand(100,100000),
// 'order_sn'=>rand(100,100000),
// ];
// $res = SendMsg($data,'semour_inquire',['13713025362']);
// $res = SendMsg($data,'semour_order',['13713025362','578953158@qq.com']);
// print_r($res);
// die();
return view('home.home');
}
......
......@@ -43,11 +43,13 @@ function SendMsg($data=[], $key = '', $ToUser = 'INNER_PERSON'){
# $check['data'] ="{\"goods_name\":\"MPVZ5004GW7U\",\"brand_name\":\"恩智浦牌\\/NXP牌\",\"goods_title\":\"多元件集成电路\",\"material_sn\":\"WL2021060300070421\",\"tax_rate_low\":\"0.7000\",\"tax_rate_land\":\"0.0000\",\"tax_rate_added\":\"13.0000\",\"supervision_con\":\"\",\"number\":\"8542391000\"}";
$check['pf'] = 1;
$check['keyword'] = $key;
$check['is_ignore'] = 0;
$check['is_ignore'] = 1;
$check['k1']=time();
$check['k2']=MD5(MD5($check['k1'])."fh6y5t4rr351d2c3bryi");
$response = Http::asForm()->post("http://api.ichunt.com/msg/sendMessageByAuto", $check);
print_r($response->body());
die();
$res = json_decode($response->body(),true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment