截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?php
  2. use App\Oauth\YlyOauthClient;
  3. use App\Api\PrintService;
  4. $client = new YlyOauthClient($config);
  5. $code = ''; //开放型应用商户授权码 获取请看 http://doc2.10ss.net/371769#Code_5
  6. if (empty($code)) {echo 'The authorization code cannot be empty';return;}
  7. try {
  8. $token = $client->getToken($code);
  9. } catch (Exception $e) {
  10. echo $e->getMessage() . "\n";
  11. print_r(json_decode($e->getMessage(), true));
  12. return;
  13. }
  14. $access_token = $token->access_token; //调用API凭证AccessToken
  15. $refresh_token = $token->refresh_token; //刷新AccessToken凭证 失效时间35天
  16. $machine_code = $token->machine_code; //商户授权机器码
  17. $expires_in = $token->expires_in; //AccessToken失效时间30天
  18. $origin_id = ''; //内部订单号(32位以内)
  19. if (empty($machine_code)) {echo 'The machine_code cannot be empty';return;}
  20. if (empty($origin_id)) {echo 'The origin_id cannot be empty';return;}
  21. /**文本接口开始**/
  22. $print = new PrintService($access_token, $config);
  23. //58mm排版 排版指令详情请看 http://doc2.10ss.net/332006
  24. $content = "<FS2><center>**#1 美团**</center></FS2>";
  25. $content .= str_repeat('.', 32);
  26. $content .= "<FS2><center>--在线支付--</center></FS2>";
  27. $content .= "<FS><center>张周兄弟烧烤</center></FS>";
  28. $content .= "订单时间:". date("Y-m-d H:i") . "\n";
  29. $content .= "订单编号:40807050607030\n";
  30. $content .= str_repeat('*', 14) . "商品" . str_repeat("*", 14);
  31. $content .= "<table>";
  32. $content .= "<tr><td>烤土豆(超级辣)</td><td>x3</td><td>5.96</td></tr>";
  33. $content .= "<tr><td>烤豆干(超级辣)</td><td>x2</td><td>3.88</td></tr>";
  34. $content .= "<tr><td>烤鸡翅(超级辣)</td><td>x3</td><td>17.96</td></tr>";
  35. $content .= "<tr><td>烤排骨(香辣)</td><td>x3</td><td>12.44</td></tr>";
  36. $content .= "<tr><td>烤韭菜(超级辣)</td><td>x3</td><td>8.96</td></tr>";
  37. $content .= "</table>";
  38. $content .= str_repeat('.', 32);
  39. $content .= "<QR>这是二维码内容</QR>";
  40. $content .= "小计:¥82\n";
  41. $content .= "折扣:¥4 \n";
  42. $content .= str_repeat('*', 32);
  43. $content .= "订单总价:¥78 \n";
  44. $content .= "<FS2><center>**#1 完**</center></FS2>";
  45. try{
  46. var_dump($print->index($machine_code, $content, $origin_id));
  47. }catch (Exception $e) {
  48. echo $e->getMessage();
  49. }
  50. /**文本接口结束**/
  51. ///**图形接口开始**/
  52. //$picturePrint = new PicturePrintService($access_token, $config);
  53. //$content = "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1497000905083&di=7c3cffef1dd40edffbd0a37c4eabb277&imgtype=0&src=http://img1.touxiang.cn/uploads/20131114/14-054929_462.jpg";
  54. //try{
  55. // var_dump($picturePrint->index($machine_code, $content, $origin_id));
  56. //}catch (Exception $e) {
  57. // echo $e->getMessage();
  58. //}
  59. ///**图形接口结束**/
  60. ///**面单接口开始**/ //打印机型必须为k5;
  61. //$expressPrint = new ExpressPrintService($access_token, $config);
  62. //$content = array(
  63. // "OrderCode"=> "0126578665784971",
  64. // "ShipperCode"=> "SF", //SF YZPY HTKY YD
  65. // "PayType"=> 1,
  66. // "ExpType"=> 1,
  67. // "Cost"=>6.0,
  68. // "OtherCost"=> 7.0,
  69. // "CustomerName" => '1264546',
  70. // "CustomerPwd" => '4545454',
  71. // "MonthCode" => '',
  72. // "Sender"=> array(
  73. // "Company" => "5645645",
  74. // "Name" => "Taylor",
  75. // "Mobile" => "15018442396",
  76. // "ProvinceName" => "上海",
  77. // "CityName" => "上海",
  78. // "PostCode" => '61000',
  79. // "ExpAreaName" => "青浦区",
  80. // "Address" => "明珠路73号"
  81. // ),
  82. // "Receiver"=> array(
  83. // "Company"=> "789789",
  84. // "Name"=> "Yann",
  85. // "Mobile"=> "15018442396",
  86. // "ProvinceName"=> "北京",
  87. // "CityName"=> "北京",
  88. // "PostCode" => '61000',
  89. // "ExpAreaName"=> "朝阳区",
  90. // "Address"=> "三里屯街道雅秀大厦"
  91. // ),
  92. // "Commodity" => array(
  93. // array(
  94. // "GoodsName"=> "鞋子",
  95. // )
  96. // ),
  97. // "AddService"=> array(
  98. // array(
  99. // "Name"=> "COD",
  100. // "Value"=> "1020",
  101. // "CustomerID" => "44564"
  102. // )
  103. // ),
  104. // "StartDate" => date("y-M-d H:i:s",time() + 7200),
  105. // "Weight"=> 1.0,
  106. // "Quantity"=> 1,
  107. // "Volume"=> 0.0,
  108. // "Remark"=> "小心轻放",
  109. //);
  110. //
  111. //try{
  112. // var_dump($expressPrint->index($machine_code, $content, $origin_id));
  113. //}catch (Exception $e) {
  114. // echo $e->getMessage();
  115. //}
  116. ///**面单接口结束**/