mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-18 01:44:38 +08:00
feat: init coinank openapi http request framework (#1240)
This commit is contained in:
5
provider/coinank/coinank_enum/url.go
Normal file
5
provider/coinank/coinank_enum/url.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package coinank_enum
|
||||
|
||||
var MainUrl = "https://open-api.coinank.com" //coinank openapi main url
|
||||
|
||||
var MainCnUrl = "https://open-api-cn.coinank.com" //coinank openapi url for chinese mainland
|
||||
Reference in New Issue
Block a user