| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, _crd;
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "d9f8b+CV69FyKwnUdCjOtad", "NetInterface", undefined);
- /*
- * @Author: dgflash
- * @Date: 2022-09-01 18:00:28
- * @LastEditors: dgflash
- * @LastEditTime: 2022-09-09 18:31:18
- */
- /*
- * 网络相关接口定义
- */
- /** 请求协议 */
- /** 响应协议 */
- /** 回调对象 */
- /** 请求对象 */
- /** 协议辅助接口 */
- /** Socket接口 */
- /** 网络提示接口 */
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=f4757fca5a4027d9d2f06f9e4156b809357d3b85.js.map
|