|
@@ -55,10 +55,10 @@ namespace GFGGame
|
|
|
}
|
|
|
|
|
|
//获取图片的临时上传地址协议
|
|
|
- public static async ETTask<string[]> ReqTempPictureUrl(string pictureName)
|
|
|
+ public static async ETTask<string[]> ReqTempPictureUrl()
|
|
|
{
|
|
|
S2C_GetTempPictureUrl response = null;
|
|
|
- response = (S2C_GetTempPictureUrl)await MessageHelper.SendToServer(new C2S_GetTempPictureUrl() { PictureName = pictureName });
|
|
|
+ response = (S2C_GetTempPictureUrl)await MessageHelper.SendToServer(new C2S_GetTempPictureUrl() { });
|
|
|
if (response != null)
|
|
|
{
|
|
|
if (response.Error == ErrorCode.ERR_Success)
|