mirror of
https://github.com/wyb10a10/cocos_creator_framework.git
synced 2026-06-07 22:43:13 +08:00
网络管理类
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
|
||||
/*
|
||||
* 网络相关接口定义
|
||||
*
|
||||
* 2019-10-8 by 宝爷
|
||||
*/
|
||||
|
||||
export type NetData = (string | ArrayBufferLike | Blob | ArrayBufferView);
|
||||
export type NetCallFunc = (mainCmd: number, subCmd: number, data: any) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user