@liuhlightning/wx-pay
Version:
communicate to wx pay
9 lines • 362 B
TypeScript
export interface ParamsToStringParam {
lowerCase?: boolean;
}
export type Params = Record<string, string | number | boolean | null>;
/**
* Parse the object to query string without encoding based on the ascii key order
*/
export declare function paramsToString(data: Params, param?: ParamsToStringParam): string;
//# sourceMappingURL=paramsToString.d.ts.map