- using Common;
- using LitJson;
- namespace Feign
- {
- public class ISource
- {
- public static string SyncAppCodeTemplate()
- {
- string url = Utils.FeignUrl["omega_source"] + "/v1/omega_source/AppModule/sycnAppModule";
- string content = Function.GetWebRequest(url);
- return content;
- }
- }
- }
|