提交 69d35094 authored 作者: chengye's avatar chengye

Merge branch 'test' of ssh://39.155.253.71:33222/PHP/Jz-Php into test

......@@ -537,6 +537,8 @@ class Payment extends Base
public function createFkNumb($data){
$url = config('oafk.base_url').config('oafk.fk') . $this->apiKey();
var_dump($data);
dd($url);
$res = httpPOST($url, ['data'=>json_encode($data)]);
$res = json_decode($res,true);
return $res;
......
......@@ -7,4 +7,3 @@ return [
'fk' => '/api.php?m=openfk&a=create&openkey=',
'link'=>'/task.php?a=p&num=oayfk&mid='
];
?>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论