UNPKG

@tplc/business

Version:

8 lines (7 loc) 199 B
export const getAgreementDetail = async (type: string) => { const { data } = await uni.$lcb.http.post<{ name: string; content: string }>( '/agreement/detail', { type }, ) return data }