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

test

上级 bb606411
...@@ -538,6 +538,8 @@ class Payment extends Base ...@@ -538,6 +538,8 @@ class Payment extends Base
public function createFkNumb($data){ public function createFkNumb($data){
$url = config('oafk.base_url').config('oafk.fk') . $this->apiKey(); $url = config('oafk.base_url').config('oafk.fk') . $this->apiKey();
echo $url;
dd($data);
$res = httpPOST($url, ['data'=>json_encode($data)]); $res = httpPOST($url, ['data'=>json_encode($data)]);
$res = json_decode($res,true); $res = json_decode($res,true);
return $res; return $res;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论