根據文字內容,生成二維碼
介面連結:http://api.okayapi.com/?s=Ext.QrCode.Png&data=dogstar
功能說明: 可根據傳入的文字內容,生成對應的二維碼,還可以調整尺寸大小。可以直接輸出png圖片,也可以返回base64後的圖片資料。
介面文件:http://api.okayapi.com/docs.php?service=Ext.QrCode.Png&detail=1&type=fold
根據內容,生成條形碼
介面連結:http://api.okayapi.com/?s=Ext.BarCode.Gen&check_sum=123456789
功能說明: 根據內容,生成條形碼,並直接輸出圖片
介面文件:http://api.okayapi.com/docs.php?service=Ext.BarCode.Gen&detail=1&type=fold
字串轉拼音
介面連結:http://api.okayapi.com/?s=Ext.Pinyin.Convert&data=我愛中國
功能說明: 將一段字串內容轉成拼音
介面文件:http://api.okayapi.com/docs.php?service=Ext.Pinyin.Convert&detail=1&type=fold
結果是:
{
"ret": 200,
"data": {
"err_code": 0,
"err_msg": "",
"pinyin": "wo ai zhong guo"
},
"msg": ""
}複製程式碼
根據IP地址獲取歸屬資訊
介面連結:http://api.okayapi.com/?s=Ext.IP.GetInfo
功能說明: 根據IP地址獲取歸屬資訊,定位使用者所在城市
介面文件:http://api.okayapi.com/docs.php?service=Ext.IP.GetInfo&detail=1&type=fold