萱苏客栈
萱苏客栈
404
服务端开启后访问返回404
功能增加
希望能够继承微信登录等等以及缓存。
在使用sirius链接的时候提示Error Code: 405, Method Not Allowed
public String _mint(Option option, Address to, BigInteger tokenId) throws Exception { return this.account.call(option, this.contract, "_mint", new Type[]{to, new Uint256(tokenId)}); } public String _mint(Option option, CfxAddress to, BigInteger tokenId) throws Exception...
Error Code: 405, Method Not Allowed