69 lines
2.1 KiB
PHP
69 lines
2.1 KiB
PHP
/**
|
||
* @api {GET} AA开发指南 AA开发指南
|
||
* @apiPermission none
|
||
* @apiGroup AA开发指南
|
||
* @apiVersion 0.0.1
|
||
* @apiSuccessExample {json} Success-Response:
|
||
* 所有的协议都可能携带award和property_chg,award用来显示获得的东西,propery_chg用来更新本地数据
|
||
* 公共错误码
|
||
* errcode=1001 session_id已过期(客户端需回到游戏主界面)
|
||
* errcode=1006 该接口已升级为S版(客户端需要转到sapi)
|
||
* errcode=1008 该接口功能已关闭(admin后台上配置为功能关闭,客户端需刷新功能开关)
|
||
*
|
||
*
|
||
* 以下是积分转盘专有
|
||
* 所有的协议都可能携带award()和side_effect,award用来显示获得的东西,side_effect用来更新本地数据
|
||
*
|
||
*
|
||
*/
|
||
|
||
/**
|
||
* @api {GET} AA接口变更日志 接口变更日志
|
||
* @apiPermission none
|
||
* @apiGroup 接口变更日志
|
||
* @apiVersion 0.0.1
|
||
* @apiSuccessExample {json} Success-Response:
|
||
* 2024/07/25
|
||
* c=Bag&a=useItemS
|
||
* 2024/08/01
|
||
* c=Bag&a=buyItemS
|
||
* c=Avatar&a=buyAvatarS
|
||
* c=Chip&a=upgradeQualityS
|
||
* c=Chip&a=synChipS
|
||
* c=HashRate&a=commitTaskS
|
||
* c=Hero&a=synHeroS
|
||
* c=Hero&a=upgradeQualityS
|
||
* c=HeroSkin&a=synSkinS
|
||
* c=HeroSkin&a=takeonSkinS
|
||
* c=HeroSkin&a=demountSkinS
|
||
* c=InGameMall&a=sellS
|
||
* c=InGameMall&a=buyS
|
||
* c=InGameMall&a=cancelS
|
||
* c=InGameMall&a=shoppingCartBuyS
|
||
* c=Sign&a=receiveS
|
||
* c=User&a=selectFreeItemS
|
||
* 2024/08/02
|
||
* c=Battle 改为 c=BattleData
|
||
* 2024/08/06
|
||
* 删除 c=Market
|
||
* 2024/08/08
|
||
* 删除 c=Mall
|
||
* 删除 c=Staking
|
||
* 2024/08/09
|
||
* 删除 c=Gun
|
||
* 删除 c=Nft
|
||
* 删除 c=AccountVerify
|
||
* 删除 c=Currency
|
||
* 删除 c=PayMethod
|
||
* 删除 c=OutAppPlanet
|
||
* 删除 c=BlockChain&a=getTransactionList
|
||
* 删除 c=BlockChain&a=getTransactionInfo
|
||
* 删除 c=BlockChain&a=reportResult
|
||
* 删除 c=BlockChain&a=getJumpInfo
|
||
* 删除 c=BlockChain&a=buyDiamond
|
||
* 删除 c=BlockChain&a=buyMallProduct
|
||
* 删除 c=OutAppNft&a=getNftList
|
||
*
|
||
*
|
||
*/
|