1 Star 0 Fork 5

puz_zle / SDK

forked from 花花世界欢乐多 / SDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.php 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
花花世界欢乐多 提交于 2018-09-28 23:52 . add app
<?php
/**
* Created by PhpStorm.
* User: heqian
* Date: 18-9-28
* Time: 下午11:40
*/
namespace zhongwu;
use zhongwu\protocol\RpcClient;
class App
{
private $client;
/**
* printer constructor.
* @param RpcClient $rpc
*/
public function __construct($rpc)
{
$this->client = $rpc;
}
/**
* @desc
* @param $dataid
* @return mixed
* @throws \Exception
* @throws exceptions\BusinessException
* @throws exceptions\InvalidTimestampException
*/
public function cancel_one($dataid)
{
return $this->client->call('cancelone', compact("dataid"));
}
}
1
https://gitee.com/puzzle9/SDK.git
git@gitee.com:puzzle9/SDK.git
puzzle9
SDK
SDK
master

搜索帮助