修改功能依赖
This commit is contained in:
@@ -5,6 +5,7 @@ use think\facade\Db;
|
||||
use laytp\controller\Api;
|
||||
use dh2y\qrcode\QRcode;
|
||||
use think\facade\Cache;
|
||||
use app\service\Customer;
|
||||
|
||||
/**
|
||||
* @ApiInternal ()
|
||||
@@ -43,7 +44,8 @@ class Demo extends Api
|
||||
*/
|
||||
/*@formatter:on*/
|
||||
public function test()
|
||||
{ $req = ChangeMoney('7891454089', 'member', "-", 5, 8032909529, "消费" . "测试");
|
||||
{ $Customer= new Customer();
|
||||
$req =$Customer-> CreateQRcode('TSCBYxKnLbLGPkcjZddWB4b64ymTdpcyY3', '100');
|
||||
var_dump($req);
|
||||
return $this->success('返回成功', $this->request->param());
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user