提交 c1f5bd0b authored 作者: chengye's avatar chengye

test

上级 1a7ed728
......@@ -599,6 +599,7 @@ class Payment extends Base
//创建付款编号
public function createFkNumb($data){
$url = config('oafk.base_url').config('oafk.fk') . $this->apiKey();
dd($data);
$res = httpPOST($url, ['data'=>json_encode($data)]);
dd($res);
// $start = strpos($res,'{');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论