1.0.2 • Published 10 years ago
saas-ms-app v1.0.2
RUN
npm startTest
ava test/xxx.jsGenerate client
make clientUse client
npm install tinfinite/saas-ms-app
import AppService from 'saas-ms-app';
const client = AppService('http://127.0.0.1:3050/');
const App = client.App;
const ret = await App.getAppInfo({app_id: '56c6c309243cb728205a3dff'});
console.log('ret = ', ret);1.0.2
10 years ago