'今年春节放几天假', 'image' => '', 'show_type' => 'vote', 'show_data' => '', 'type' => 'vote', 'data' => '[{"id":0,"text":"\\u4e00\\u5929"},{"id":1,"text":"\\u4e24\\u5929"},{"id":2,"text":"\\u4e09\\u5929"}]', 'title' => '今年春节放几天假', 'reserved' => 'vote_type=0', ); $x = serialize($data); $y = unserialize($x); } public function testAopay() { $payer = new Pay\aopay(); $ret = $payer->gen_pay('100510761183646482',0.01,'8000000000002204',"实物订单"); } public function testHfivePay() { $body = ' 15400 ^M'; $resp = http_post_data('https://www.xyzshops.cn/mobile/web_wxnotify.php',$body); } public function testPostData() { $msg = "1柜门1箱门,取件码59368"; $postData['orderCode'] = '4312431431431265900431'; $postData['boxMsg'] = $msg; $count = 1000; do{ $resp = http_post_data('https://yxmall-adminportal.eavic.com/oms-web/box/deliver',json_encode($postData)); Log::record($resp,Log::DEBUG); } while($count--); } }