提交 a2f49975 作者: jiangjituo

m

上级 3282de90
# 游戏 SDK 对接文档-v1.0.2
# 游戏 SDK 对接文档-v1.0.2
......@@ -369,7 +369,7 @@ sequenceDiagram
$userToken = "user_token";
$body["sign"] = makeSign($body, $gameSecret);
$headers = ["Content-Type:application/json","User-Token:".$userToken];
$response = curl_post($url, $body, $hearders);
$response = curl_post($url, $body, $headers);
}
public function makeSign($params,$gameSecret){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论